The Custom Unix Shell project is a full-featured shell written in C, designed to mimic the behavior of standard Unix shells. It supports job control, pipes, redirections, and built-in commands.
- Implemented process management and job control.
- Supported piping, redirections, and environment variable expansion.
- Developed robust error handling and signal management.